home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
Chip_2004-11_cd1.bin
/
zkuste
/
planetaria
/
download
/
celestia
/
celestia-win32-1.3.2.exe
/
{app}
/
shaders
/
simple.vp
< prev
next >
Wrap
Text File
|
2002-08-20
|
310b
|
14 lines
!!VP1.0
# c[0]..c[3] contains the concatenation of the modelview and projection matrices.
# Transform the vertex by the modelview matrix
DP4 o[HPOS].x, c[0], v[OPOS];
DP4 o[HPOS].y, c[1], v[OPOS];
DP4 o[HPOS].z, c[2], v[OPOS];
DP4 o[HPOS].w, c[3], v[OPOS];
MOV o[TEX0], v[TEX0];
END